DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / InsertRange Method / InsertRange(Int32,IEnumerable<Double>) Method
The index where the items will be inserted.
The values to be inserted.

In This Topic
    InsertRange(Int32,IEnumerable<Double>) Method
    In This Topic
    Inserts the specified newItems at the startingIndex.
    Syntax
    'Declaration
     
    Public Overloads Sub InsertRange( _
       ByVal startingIndex As Integer, _
       ByVal newItems As IEnumerable(Of Double) _
    ) 
    public void InsertRange( 
       int startingIndex,
       IEnumerable<double> newItems
    )

    Parameters

    startingIndex
    The index where the items will be inserted.
    newItems
    The values to be inserted.
    See Also